records

records

Active filters Clear all

No active filters

Filters

Entreprises immatriculées en 2018

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Dénomination
               

No description available for this field.

Name (identifier)
denomination
Type
text
Sample
                       
Siren
               

No description available for this field.

Name (identifier)
siren
Type
text
Sample
                       
Nic
               

No description available for this field.

Name (identifier)
nic
Type
text
Sample
                       
Forme Juridique
               

No description available for this field.

Name (identifier)
forme_juridique
Type
text
Sample
                       
Code APE
               

No description available for this field.

Name (identifier)
code_ape
Type
text
Sample
                       
Secteur d'activité
               

No description available for this field.

Name (identifier)
secteur_d_activite
Type
text
Sample
                       
Adresse
               

No description available for this field.

Name (identifier)
adresse
Type
text
Sample
                       
Code postal
               

No description available for this field.

Name (identifier)
code_postal
Type
text
Sample
                       
Ville
               

No description available for this field.

Name (identifier)
ville
Type
text
Sample
                       
Num. dept.
               

No description available for this field.

Name (identifier)
num_dept
Type
text
Sample
                       
Département
               

No description available for this field.

Name (identifier)
departement
Type
text
Sample
                       
Région
               

No description available for this field.

Name (identifier)
region
Type
text
Sample
                       
Code Greffe
               

No description available for this field.

Name (identifier)
code_greffe
Type
text
Sample
                       
Greffe
               

No description available for this field.

Name (identifier)
greffe
Type
text
Sample
                       
Date immatriculation
               

No description available for this field.

Name (identifier)
date_immatriculation
Type
date
Sample
                       
Date radiation
               

No description available for this field.

Name (identifier)
date_radiation
Type
text
Sample
                       
Statut
               

No description available for this field.

Name (identifier)
statut
Type
text
Sample
                       
Geolocalisation
               

No description available for this field.

Name (identifier)
geolocalisation
Type
geo point
Sample
                       
Date de publication
               

No description available for this field.

Name (identifier)
date_de_publication
Type
date
Sample
                       
Nom commercial
               

No description available for this field.

Name (identifier)
nom_commercial
Type
text
Sample
                       
Date immatriculation origine
               

No description available for this field.

Name (identifier)
date_immatriculation_origine
Type
date
Sample
                       
Sigle
               

No description available for this field.

Name (identifier)
sigle
Type
text
Sample
                       
Devise
               

No description available for this field.

Name (identifier)
devise
Type
text
Sample
                       
Durée
               

No description available for this field.

Name (identifier)
duree
Type
integer
Sample
                       
Date cloture 1er exercice
               

No description available for this field.

Name (identifier)
date_cloture_1er_exercice
Type
date
Sample
                       
Date arreté des comptes
               

No description available for this field.

Name (identifier)
date_arrete_des_comptes
Type
text
Sample
                       
Etat
               

No description available for this field.

Name (identifier)
etat
Type
text
Sample
                       
etat_pub
               

No description available for this field.

Name (identifier)
etat_pub
Type
text
Sample
                       

JSON Schema

The following JSON object is a standardized description of your dataset's schema. More about JSON schema.

{
  • "title":"entreprises-immatriculees-en-20181",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/entreprises-immatriculees-en-20181"
      }
    ]
    ,
  • "definitions":
    {
    • "entreprises-immatriculees-en-20181":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/entreprises-immatriculees-en-20181_records"
            }
          }
        }
      }
      ,
    • "geoJSON":
      {
      • "title":"Geo JSON object",
      • "description":"Schema for a Geo JSON object",
      • "type":"object",
      • "required":
        [
        • "type"
        ]
        ,
      • "properties":
        {
        • "crs":
          {
          • "$ref":"#/definitions/crs"
          }
          ,
        • "bbox":
          {
          • "$ref":"#/definitions/bbox"
          }
        }
        ,
      • "oneOf":
        [
        • {
          • "$ref":"#/definitions/geometry"
          }
          ,
        • {
          • "$ref":"#/definitions/geometryCollection"
          }
          ,
        • {
          • "$ref":"#/definitions/feature"
          }
          ,
        • {
          • "$ref":"#/definitions/featureCollection"
          }
        ]
      }
      ,
    • "bbox":
      {
      • "description":"A bounding box as defined by GeoJSON",
      • "type":"array",
      • "items":
        {
        • "type":"number"
        }
      }
      ,
    • "crs":
      {
      • "title":"crs",
      • "description":"a Coordinate Reference System object",
      • "type":
        [
        • "object",
        • "null"
        ]
        ,
      • "required":
        [
        • "type",
        • "properties"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "type":"string"
          }
          ,
        • "properties":
          {
          • "type":"object"
          }
        }
        ,
      • "additionalProperties":false,
      • "oneOf":
        [
        • {
          • "$ref":"#/definitions/namedCrs"
          }
          ,
        • {
          • "$ref":"#/definitions/linkedCrs"
          }
        ]
      }
      ,
    • "namedCrs":
      {
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "name"
            ]
          }
          ,
        • "properties":
          {
          • "required":
            [
            • "name"
            ]
            ,
          • "additionalProperties":false,
          • "properties":
            {
            • "name":
              {
              • "type":"string"
              }
            }
          }
        }
      }
      ,
    • "linkedObject":
      {
      • "type":"object",
      • "required":
        [
        • "href"
        ]
        ,
      • "properties":
        {
        • "href":
          {
          • "type":"string",
          • "format":"uri"
          }
          ,
        • "type":
          {
          • "type":"string",
          • "description":"Suggested values: proj4, ogjwkt, esriwkt"
          }
        }
      }
      ,
    • "linkedCrs":
      {
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "link"
            ]
          }
          ,
        • "properties":
          {
          • "$ref":"#/definitions/linkedObject"
          }
        }
      }
      ,
    • "geometryCollection":
      {
      • "title":"GeometryCollection",
      • "description":"A collection of geometry objects",
      • "required":
        [
        • "geometries"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "GeometryCollection"
            ]
          }
          ,
        • "geometries":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"http://json-schema.org/geojson/geometry.json#"
            }
          }
        }
      }
      ,
    • "feature":
      {
      • "title":"Feature",
      • "description":"A Geo JSON feature object",
      • "required":
        [
        • "geometry",
        • "properties"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "Feature"
            ]
          }
          ,
        • "geometry":
          {
          • "oneOf":
            [
            • {
              • "type":"null"
              }
              ,
            • {
              • "$ref":"#/definitions/geometry"
              }
            ]
          }
          ,
        • "properties":
          {
          • "type":
            [
            • "object",
            • "null"
            ]
          }
          ,
        • "id":
          {
            }
          }
        }
        ,
      • "featureCollection":
        {
        • "title":"FeatureCollection",
        • "description":"A Geo JSON feature collection",
        • "required":
          [
          • "features"
          ]
          ,
        • "properties":
          {
          • "type":
            {
            • "enum":
              [
              • "FeatureCollection"
              ]
            }
            ,
          • "features":
            {
            • "type":"array",
            • "items":
              {
              • "$ref":"#/definitions/feature"
              }
            }
          }
        }
        ,
      • "geometry":
        {
        • "title":"geometry",
        • "description":"One geometry as defined by GeoJSON",
        • "type":"object",
        • "required":
          [
          • "type",
          • "coordinates"
          ]
          ,
        • "oneOf":
          [
          • {
            • "title":"Point",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "Point"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/position"
                }
              }
            }
            ,
          • {
            • "title":"MultiPoint",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiPoint"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/positionArray"
                }
              }
            }
            ,
          • {
            • "title":"LineString",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "LineString"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/lineString"
                }
              }
            }
            ,
          • {
            • "title":"MultiLineString",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiLineString"
                  ]
                }
                ,
              • "coordinates":
                {
                • "type":"array",
                • "items":
                  {
                  • "$ref":"#/definitions/lineString"
                  }
                }
              }
            }
            ,
          • {
            • "title":"Polygon",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "Polygon"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/polygon"
                }
              }
            }
            ,
          • {
            • "title":"MultiPolygon",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiPolygon"
                  ]
                }
                ,
              • "coordinates":
                {
                • "type":"array",
                • "items":
                  {
                  • "$ref":"#/definitions/polygon"
                  }
                }
              }
            }
          ]
          ,
        • "position":
          {
          • "description":"A single position",
          • "type":"array",
          • "minItems":2,
          • "items":
            [
            • {
              • "type":"number"
              }
              ,
            • {
              • "type":"number"
              }
            ]
            ,
          • "additionalItems":false
          }
          ,
        • "positionArray":
          {
          • "description":"An array of positions",
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/position"
            }
          }
          ,
        • "lineString":
          {
          • "description":"An array of two or more positions",
          • "allOf":
            [
            • {
              • "$ref":"#/definitions/positionArray"
              }
              ,
            • {
              • "minItems":2
              }
            ]
          }
          ,
        • "linearRing":
          {
          • "description":"An array of four positions where the first equals the last",
          • "allOf":
            [
            • {
              • "$ref":"#/definitions/positionArray"
              }
              ,
            • {
              • "minItems":4
              }
            ]
          }
          ,
        • "polygon":
          {
          • "description":"An array of linear rings",
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/linearRing"
            }
          }
        }
        ,
      • "entreprises-immatriculees-en-20181_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "denomination":
                {
                • "type":"string",
                • "title":"Dénomination",
                • "description":""
                }
                ,
              • "siren":
                {
                • "type":"string",
                • "title":"Siren",
                • "description":""
                }
                ,
              • "nic":
                {
                • "type":"string",
                • "title":"Nic",
                • "description":""
                }
                ,
              • "forme_juridique":
                {
                • "type":"string",
                • "title":"Forme Juridique",
                • "description":""
                }
                ,
              • "code_ape":
                {
                • "type":"string",
                • "title":"Code APE",
                • "description":""
                }
                ,
              • "secteur_d_activite":
                {
                • "type":"string",
                • "title":"Secteur d'activité",
                • "description":""
                }
                ,
              • "adresse":
                {
                • "type":"string",
                • "title":"Adresse",
                • "description":""
                }
                ,
              • "code_postal":
                {
                • "type":"string",
                • "title":"Code postal",
                • "description":""
                }
                ,
              • "ville":
                {
                • "type":"string",
                • "title":"Ville",
                • "description":""
                }
                ,
              • "num_dept":
                {
                • "type":"string",
                • "title":"Num. dept.",
                • "description":""
                }
                ,
              • "departement":
                {
                • "type":"string",
                • "title":"Département",
                • "description":""
                }
                ,
              • "region":
                {
                • "type":"string",
                • "title":"Région",
                • "description":""
                }
                ,
              • "code_greffe":
                {
                • "type":"string",
                • "title":"Code Greffe",
                • "description":""
                }
                ,
              • "greffe":
                {
                • "type":"string",
                • "title":"Greffe",
                • "description":""
                }
                ,
              • "date_immatriculation":
                {
                • "type":"string",
                • "format":"date",
                • "title":"Date immatriculation",
                • "description":""
                }
                ,
              • "date_radiation":
                {
                • "type":"string",
                • "title":"Date radiation",
                • "description":""
                }
                ,
              • "statut":
                {
                • "type":"string",
                • "title":"Statut",
                • "description":""
                }
                ,
              • "geolocalisation":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"Geolocalisation",
                • "description":""
                }
                ,
              • "date_de_publication":
                {
                • "type":"string",
                • "format":"date",
                • "title":"Date de publication",
                • "description":""
                }
                ,
              • "nom_commercial":
                {
                • "type":"string",
                • "title":"Nom commercial",
                • "description":""
                }
                ,
              • "date_immatriculation_origine":
                {
                • "type":"string",
                • "format":"date",
                • "title":"Date immatriculation origine",
                • "description":""
                }
                ,
              • "sigle":
                {
                • "type":"string",
                • "title":"Sigle",
                • "description":""
                }
                ,
              • "devise":
                {
                • "type":"string",
                • "title":"Devise",
                • "description":""
                }
                ,
              • "duree":
                {
                • "type":"integer",
                • "title":"Durée",
                • "description":""
                }
                ,
              • "date_cloture_1er_exercice":
                {
                • "type":"string",
                • "format":"date",
                • "title":"Date cloture 1er exercice",
                • "description":""
                }
                ,
              • "date_arrete_des_comptes":
                {
                • "type":"string",
                • "title":"Date arreté des comptes",
                • "description":""
                }
                ,
              • "etat":
                {
                • "type":"string",
                • "title":"Etat",
                • "description":""
                }
                ,
              • "etat_pub":
                {
                • "type":"string",
                • "title":"etat_pub",
                • "description":""
                }
              }
            }
          }
        }
      }
    }

    Similar datasets